//==============================================================================
// Altar_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define dust
{
	set hotspot
	{
		version
		{
                 Visualparticle SFX A Building DustA
		}
	}
}

//==============================================================================
anim Idle
{
      SetSelector 
      {
      	ConstructionLogic 0 75
      	set hotspot
      	{
       		version
       		{
			Visual Building G Shrine Alpha
       		}
      	}
	set hotspot
	{
		version
		{
             Visual Building Construction Small A
			connect attachpoint G_Long_Brick hotspot
			connect face G_Long_Brick hotspot
			connect chin G_Medium_Brick hotspot
			connect leftfoot G_Medium_Brick hotspot
			connect lefthand G_Small_Brick hotspot
			connect leftleg G_Small_Brick hotspot
		}
	}
	set hotspot
	{
		version
		{
             Visual Building Construction Small B
			connect attachpoint G_Long_Brick hotspot
			connect face G_Long_Brick hotspot
			connect chin G_Medium_Brick hotspot
			connect leftfoot G_Medium_Brick hotspot
			connect lefthand G_Small_Brick hotspot
			connect leftleg G_Small_Brick hotspot
		}
	}
      }
}

//==============================================================================
anim Death
{
      SetSelector 
      {
      	ConstructionLogic 0 75
      	set hotspot
      	{
       		version
       		{
			Visual Building G Shrine Alpha_death
       			connect Smoke0 Dust hotspot
			connect Smoke1 Dust hotspot
			connect Smoke2 Dust hotspot
       		}
      	}
	set hotspot
	{
		version
		{
		Visual Building Construction Small A
			connect attachpoint G_Long_Brick hotspot
			connect face G_Long_Brick hotspot
			connect chin G_Medium_Brick hotspot
			connect leftfoot G_Medium_Brick hotspot
			connect lefthand G_Small_Brick hotspot
			connect leftleg G_Small_Brick hotspot
		}
	}
	set hotspot
	{
		version
		{
		Visual Building Construction Small B
			connect attachpoint G_Long_Brick hotspot
			connect face G_Long_Brick hotspot
			connect chin G_Medium_Brick hotspot
			connect leftfoot G_Medium_Brick hotspot
			connect lefthand G_Small_Brick hotspot
			connect leftleg G_Small_Brick hotspot
		}
	}
      }
}
